home *** CD-ROM | disk | FTP | other *** search
- ; Strip ANSI codes from the file.
- ; Either ON or OFF.
- ANSIStrip=OFF
-
- ; Load the whole file into memory for conversion. Required my some options.
- ; Either ON or OFF.
- ConversionBuffer=ON
-
- ; Delete invisible spaces, tabs and EOLs when they don't affect how the
- ; file looks.
- ; Either ON or OFF.
- EndSpaceRemoval=ON
-
- ; Strip InterNet message headers from the file.
- ; 1 - Insert a line in place of the header saying it was removed.
- ; 2 - Just cut the header off.
- ; Either 1,2 or OFF.
- InterNetStrip=OFF
-
- ; Pack the converted file with LhA.
- ; Either ON or OFF.
- LhAPack=OFF
-
- ; The minimum number of spaces to understand as an EOL.
- ; Either (1-99) or OFF.
- MakeEOLs=OFF
-
- ; PowerPack the output file, using "BEST" compression and "BIG" buffer.
- ; Either ON or OFF.
- PowerPackOutput=OFF
-
- ; Convert spaces to tabs where possible, using the user given tabsize.
- ; Either OFF, or 1-16.
- SpacesToTabs=8
-
- ; Convert tabs to spaces, using the user given tabsize.
- ; Either OFF, or 1-16.
- TabsToSpaces=OFF
-
- ; A temporary directory to for crunching and packing or OFF.
- TempDir="T:"
-
- ; The lower the value, the more often progress information gets updated.
- ; The lower the value, the slower the conversion will be.
- ; A value (1-255) or anything else for VBLANKs/sec (once a second).
- TickDelay=25
-